type runtime.worldStop
13 uses
runtime (current package)
mgc.go#L713: var stw worldStop
mgc.go#L924: var stw worldStop
mgc.go#L1008: func gcMarkTermination(stw worldStop) {
mprof.go#L1691: var stw worldStop
proc.go#L1398: type worldStop struct {
proc.go#L1408: var stopTheWorldContext worldStop
proc.go#L1427: func stopTheWorld(reason stwReason) worldStop {
proc.go#L1456: func startTheWorld(w worldStop) {
proc.go#L1483: func stopTheWorldGC(reason stwReason) worldStop {
proc.go#L1491: func startTheWorldGC(w worldStop) {
proc.go#L1537: func stopTheWorldWithSema(reason stwReason) worldStop {
proc.go#L1645: return worldStop{
proc.go#L1659: func startTheWorldWithSema(now int64, w worldStop) int64 {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |